hidmic / ltitop

Linear Time Invariant Topology Optimization Toolkit
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Avoid no-singularity branches in genetic programming tree #8

Open hidmic opened 3 years ago

hidmic commented 3 years ago

If tree construction, crossover, and mutation ensures that all leaf nodes deal with at least one singularity, tree depth would be limited and redundant branches would be trimmed. Might even address #3 by precluding degenerate models entirely.