https://github.com/cran/soobench
Raw File
Tip revision: fb3afec426f38cbdec5ae824c7cd96e6d9c63c6d authored by Eric Kalosa-Kenyon on 27 January 2020, 22:00:02 UTC
version 1.9.12
Tip revision: fb3afec
generate_chained_LQ_function.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/f_chained_LQ.R
\name{generate_chained_LQ_function}
\alias{generate_chained_LQ_function}
\title{Chained LQ test function generator.}
\usage{
generate_chained_LQ_function(dimensions)
}
\arguments{
\item{dimensions}{[\code{integer(1)}] Size of parameter space.}
}
\value{
A \code{soo_function}.
}
\description{
The chained LQ test function is defined as
}
\details{
\deqn{f(x) = \sum_{i=1}^{n-1} \max\left\{-x_i - x_{i+1}, -x_i - x_{i+1} + (x_i^2 + x_{i+1}^2 - 1)\right\}}
}
\references{
Haarala, M. and Miettinen, K. and Maekelae, M. M., New limited
memory bundle method for large-scale nonsmooth optimization.
}
back to top