From 618efee4b22a80ea0773ff45f2cd55007c5d8900 Mon Sep 17 00:00:00 2001 From: Jakob Bossek Date: Mon, 14 Aug 2017 15:15:43 +0200 Subject: [PATCH] fix oversize image --- docs/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.html b/docs/index.html index 22aa9642..505d3c0b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -39,7 +39,7 @@
  • - +
  • @@ -50,7 +50,7 @@ - +
    @@ -58,7 +58,7 @@ smoof: Single- and Multi-Objective Optimization test Functions

    This package offers an interface for objective functions in the context of (multi-objective) global optimization. It conveniently builds up on the S3 objects, i. e., an objective function is a S3 object composed of a descriptive name, the function itself, a parameter set, box constraints or other constraints, number of objectives and so on. Moreover, the package contains generators for a load of both single- and multi-objective optimization test functions which are frequently being used in the literature of (benchmarking) optimization algorithms. The bi-objective ZDT function family by Zitzler, Deb and Thiele is included as well as the popular single-objective test functions like De Jong’s function, Himmelblau function and Schwefel function. Moreover, the package offers a R interface to the C implementation of the Black-Box Optimization Benchmarking (BBOB) set of noiseless test functions.

    -

    examplary smoof functions

    +

    examplary smoof functions

    Installation instructions