surF - Fourier surrogate modeling
Project description
surF - Surrogate Fourier modeling
surF is a novel surrogate modeling technique that leverages the discrete Fourier transform to generate a smoother, and possibly easier to explore, fitness landscape.
Usage
First of all, import surF as follows (please mind the upper case F):
from surfer import surF
Assume now that you have a fitness function f()
defined over a search space hypercube
.
In order to build a surrogate model with surF, considering gamma
Fourier coefficients, built with sigma
samples of the fitness landscape and interpolated with a grid with rho
steps, use the following code:
S = surF()
S.specify_fitness(fitness)
S.specify_search_space(hypercube)
S.build_model(coefficients=gamma, numpoints=sigma, resolution=rho)
Now, it is possible to exploit surF's approximate(x)
method to calculate the fitness value of a candidate solution x
using the Fourier surrogate model.
Citing surF
If you find surF useful for your research, please cite our work as follows:
Manzoni L., Papetti D.M., Cazzaniga P., Spolaor S., Mauri G., Besozzi D., and Nobile M.S.: Surfing on Fitness Landscapes: FST-PSO Powered by Fourier Surrogate Modeling (under revision)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file surfer-0.0.1.tar.gz
.
File metadata
- Download URL: surfer-0.0.1.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f4ad134c36b2ac6be78911575ad5d1dbe260006007bcc139e13689738b38aa9 |
|
MD5 | 41e049554ba057c8aeed4296485bc78d |
|
BLAKE2b-256 | b6ce9c11dcd3d0068be2c7904566e508ce2a58d0d704af4ed975ac802d91a73f |