Description: 用Java实现的进化算法包。包括遗传算法、粒子群算法、memetic算法和进化策略算法。-evolutionary-algorithm
Evolutionary Algorithm package implemented using Java.
The package serves as a foundation class library, supporting the implementation many variants of Evolutionary Algorithms, currently including Genetic Algorithm (GA), Particle Swarm Optimization (PSO), Memetic Algorithm (MA), Evolution Strategy (ES).
Highlighted features
· Support both binary & real-coded string representations of solution
· Operator-based design for flexibility
· EA Operators: Selection, Crossover, Mutation, Move operators in PSO & and the adaptive scheme in EA
· Individual learning: Davidon–Fletcher–Powell (DFP) and Davies, Swann, and Campey with Gram-Schmidt orthogonalization (DSCG) strategies and Random Mutation Hill-climbing (RMHC)
In addition, algorithm pipeline which is specified by XML file is also provided for practitioner to configure & design evolutionary algorithms at ease. User can edit runtime & algorithm parameters in the configuration file (XML) & issue the co Platform: |
Size: 104448 |
Author:陈雷 |
Hits:
Description: Matlab 程序: 解决了Gram-Schmidt正交化方法,次方程法可以用于求解Zernike 多项式的波面拟合系数!-Matlab program: Solving the Gram-Schmidt orthogonalization method, sub-equation method can be used to solve the wavefront Zernike polynomial fitting coefficients! Platform: |
Size: 1024 |
Author:cao ya |
Hits:
Description: Modified Gram-Schmidt (MGS)正交化法是利用已有正交基计算新的正交基。既能选择相关特征,又能排出已选特征对后续特征选择的影响。-Modified Gram-Schmidt (MGS)orthogonalization gives new orthogonal basis through original orthogonal basis. It can do the feature selection and eliminate the impact on choosing new feature vector by the selected one. Platform: |
Size: 1024 |
Author:光转星移 |
Hits:
Description:
Gram-Schmidt orthogonalization of vectors & lincomb formes the linear combination of matrices Platform: |
Size: 1024 |
Author:nguyentuan4k |
Hits:
Description: In digital modulation techniques, a set of basis functions are chosen for a particular modulation
scheme. Generally the basis functions are orthogonal to each other. Basis functions can be derived
using ‘Gram Schmidt orthogonalization’ procedure Platform: |
Size: 1024 |
Author:mjahidi |
Hits: