This module introduces students to a sequential one-factor optimization and a steepest ascent one-factor optimization of a response surface defined by two factors.
To run locally, install the packages shiny, shinythemes, and plot3D (if not already installed), and enter the following two lines into the console:
library(shiny)
shiny::runGitHub("Response_Surfaces","dtharvey")