@File : typing.py @Time : 2026/06/01 15:08:55 @Author : Alejandro Marrero (amarrerd@ull.edu.es) @Version : 1.0 @Contact : amarrerd@ull.edu.es @License : (C)Copyright 2026, Alejandro Marrero @Desc : None
Float = float | np.floating
module-attribute
Individual Type in Digneapy to represent Solution and Instances in methods that can be used with both
IndType = TypeVar('IndType', Instance, Solution)
module-attribute
Performance Function type. From any sequence it calculates the performance score. Returns: float: Performance score