fix: bad link, title (#1021)

* fix: bad link, title

* fix: bad link, title
This commit is contained in:
Andrew Ferlitsch
2022-09-28 13:48:29 -07:00
committed by GitHub
parent 9deb05e3e7
commit 207d5db3e9
@@ -29,6 +29,8 @@
"id": "eoXf8TfQoVth" "id": "eoXf8TfQoVth"
}, },
"source": [ "source": [
"# Optimizing multiple objectives with Vertex AI Vizier\n",
"\n",
"<table align=\"left\">\n", "<table align=\"left\">\n",
"\n", "\n",
" <td>\n", " <td>\n",
@@ -43,7 +45,7 @@
" </a>\n", " </a>\n",
" </td>\n", " </td>\n",
" <td>\n", " <td>\n",
" <a href=\"https://console.cloud.google.com/vertex-ai/notebooks/deploy-notebook?download_url=https://github.com/GoogleCloudPlatform/vertex-ai-samples/blob/main/notebooks/official/pipelines/gapic-vizier-multi-objective-optimization.ipynb\">\n", " <a href=\"https://console.cloud.google.com/vertex-ai/notebooks/deploy-notebook?download_url=https://github.com/GoogleCloudPlatform/vertex-ai-samples/main/notebooks/official/vizier/gapic-vizier-multi-objective-optimization.ipynb\">\n",
" <img src=\"https://lh3.googleusercontent.com/UiNooY4LUgW_oTvpsNhPpQzsstV5W8F7rYgxgGBD85cWJoLmrOzhVs_ksK_vgx40SHs7jCqkTkCk=e14-rj-sc0xffffff-h130-w32\" alt=\"Vertex AI logo\">\n", " <img src=\"https://lh3.googleusercontent.com/UiNooY4LUgW_oTvpsNhPpQzsstV5W8F7rYgxgGBD85cWJoLmrOzhVs_ksK_vgx40SHs7jCqkTkCk=e14-rj-sc0xffffff-h130-w32\" alt=\"Vertex AI logo\">\n",
" Open in Vertex AI Workbench\n", " Open in Vertex AI Workbench\n",
" </a>\n", " </a>\n",
@@ -57,9 +59,9 @@
"id": "AksIKBzZ-nre" "id": "AksIKBzZ-nre"
}, },
"source": [ "source": [
"# Optimizing multiple objectives\n", "## Overview\n",
"\n", "\n",
"This tutorial demonstrates [Vertex Vizier](https://cloud.google.com/vertex-ai/docs/vizier/overview) multi-objective optimization. Multi-objective optimization is concerned with mathematical optimization problems involving more than one objective function to be optimized simultaneously\n", "This tutorial demonstrates [Vertex AI Vizier](https://cloud.google.com/vertex-ai/docs/vizier/overview) multi-objective optimization. Multi-objective optimization is concerned with mathematical optimization problems involving more than one objective function to be optimized simultaneously\n",
"\n", "\n",
"### Objective\n", "### Objective\n",
"\n", "\n",