GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Algorithm::Evolutionary::Fitness::Base(3) User Contributed Perl Documentation Algorithm::Evolutionary::Fitness::Base(3)

Algorithm::Evolutionary::Fitness::Base - Base class for fitness functions

Shouldn't be used directly, it's an abstract class whose siblings are used to implement fitness functions.

This module includes functionality that should be common to all fitness. Or at least it would be nice to have it in common. It counts the number of evaluations and includes a common API for caching evaluations.

Initializes common variables, like the number of evaluations. Cache is not initialized.

Called from new, initializes the evaluations counter.

Applies the instantiated problem to a chromosome. Actually it is a wrapper around "_apply"

This is the one that really does the stuff. Should be overloaded by derived clases

Returns the number of evaluations made with this object. Useful for collecting stats

Sets to 0 the number of evaluations; useful for repeated use of the fitness object

Returns a reference to the internal evaluations cache. Not very encapsulated, but...

  • Algorithm::Evolutionary::Fitness::MMDP
  • Algorithm::Evolutionary::Fitness::P_Peaks
  • Algorithm::Evolutionary::Fitness::wP_Peaks
  • Algorithm::Evolutionary::Fitness::Knapsack
  • Algorithm::Evolutionary::Fitness::ECC
  • Algorithm::Evolutionary::Fitness::Royal_Road
  • Algorithm::Evolutionary::Fitness::String
  • Algorithm::Evolutionary::Fitness::Trap
  • Algorithm::Evolutionary::Fitness::Noisy

  This file is released under the GPL. See the LICENSE file included in this distribution,
  or go to http://www.fsf.org/licenses/gpl.txt
2014-10-25 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.