print.malschains: Generic print function for malschains results

View source: R/malschains.R

print.malschainsR Documentation

Generic print function for malschains results

Description

Print out some characteristics of a malschains result. The result shows besides the best solution and its fitness the total number of evaluations spent for both EA and LS, the ratio of the spent evaluations (also called effort), the ratio of total improvement of the fitness, the percentage of times that application of the EA/LS yielded improvement, and some timing results in milliseconds.

Usage

## S3 method for class 'malschains'
print(x, ...)

Arguments

x

the malschains result

...

additional function parameters (currently not used)

Value

the original supplied malschains object is returned, as invisible().


Rmalschains documentation built on May 31, 2023, 8:11 p.m.