Opened 8 years ago
Last modified 6 years ago
#2780 accepted feature request
Implement Surrogate Assisted Population Based Algortihm
Reported by: | bwerth | Owned by: | bwerth |
---|---|---|---|
Priority: | medium | Milestone: | |
Component: | Algorithms | Version: | branch |
Keywords: | Cc: |
Description
Population Based Algorithms can be assisted with surrogate models with the goal of reducing the number of potentially very costly function evaluations. Several strategies exist for enhancing an existing algorithm with surrogate models which include generation based, population based, Lamarckian learning based and indiviual based strategies.
Change History (5)
comment:1 Changed 8 years ago by bwerth
comment:2 Changed 8 years ago by bwerth
r14894 worked on SAPBA; added IndividualStrategy
comment:3 Changed 7 years ago by bwerth
- Version changed from 3.3.14 to branch
comment:4 Changed 7 years ago by bwerth
- Status changed from new to accepted
comment:5 Changed 6 years ago by bwerth
r16108 renamed branch to include ticket number
Note: See
TracTickets for help on using
tickets.
r14893 added intial files for SAPBA