Sciweavers

3273 search results - page 148 / 655
» types 2007
Sort
View
GECCO
2007
Springer
166views Optimization» more  GECCO 2007»
15 years 10 months ago
Comparison of tree and graph encodings as function of problem complexity
In this paper, we analyze two general-purpose encoding types, trees and graphs systematically, focusing on trends over increasingly complex problems. Tree and graph encodings are ...
Michael D. Schmidt, Hod Lipson
ELPUB
2007
ACM
15 years 8 months ago
The Fight against Spam - A Machine Learning Approach
The paper presents a brief survey of the fight between spammers and antispam software developers, and also describes new approaches to spam filtering. In the first two sections we...
Karel Jezek, Jiri Hynek
ICFP
2007
ACM
16 years 4 months ago
Call-pattern specialisation for haskell programs
User-defined data types, pattern-matching, and recursion are ubiquitous features of Haskell programs. Sometimes a function is called with arguments that are statically known to be...
Simon L. Peyton Jones
CIRA
2007
IEEE
158views Robotics» more  CIRA 2007»
15 years 8 months ago
Programming by Demonstration of Pick-and-Place Tasks for Industrial Manipulators using Task Primitives
This article presents an approach to Programming by Demonstration (PbD) to simplify programming of industrial manipulators. By using a set of task primitives for a known task type,...
Alexander Skoglund, Boyko Iliev, Bourhane Kadmiry,...
280
Voted
POPL
2007
ACM
16 years 4 months ago
Cork: dynamic memory leak detection for garbage-collected languages
A memory leak in a garbage-collected program occurs when the program inadvertently maintains references to objects that it no longer needs. Memory leaks cause systematic heap grow...
Maria Jump, Kathryn S. McKinley