Re: Improving Genetic Programming Efficiency
- To: mathgroup at smc.vnet.net
- Subject: [mg43177] Re: Improving Genetic Programming Efficiency
- From: "Albert REINER" <Use-Author-Address-Header at [127.1]>
- Date: Sat, 16 Aug 2003 02:53:58 -0400 (EDT)
- References: <bhi59f$hki$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
> My issue is that this is a lot of extra overhead. If I had 4000 > expressions, each with a 1000 functions, this would be 4,000,000 > ReplaceAll[] function calls to rewrite the names of the functions. > > Does anyone have any suggestions that might be more efficient. Block[{list of 4000 symbols}, something that works with your 1000 functions]