Sciweavers

1569 search results - page 132 / 314
» Programming contest strategy
Sort
View
130
Voted
IJCAI
2003
15 years 4 months ago
The Concurrent, Continuous FLUX
FLUX belongs to the high-level programming languages for cognitive agents that have been developed in recent years. Based on the established, general action representation formali...
Yves Martins
AICOM
2006
105views more  AICOM 2006»
15 years 3 months ago
Evolutionary concept learning in First Order Logic: An overview
This paper presents an overview of recent systems for Inductive Logic Programming (ILP). After a short description of the two popular ILP systems FOIL and Progol, we focus on meth...
Federico Divina
SIGCSE
2002
ACM
138views Education» more  SIGCSE 2002»
15 years 3 months ago
Encouraging women in computer science
At a cost to both their own opportunities and society's ability to produce people with much-needed technical skills, women continue to be underrepresented in computer science...
Eric S. Roberts, Marina Kassianidou, Lilly Irani
CF
2005
ACM
15 years 5 months ago
Grid result checking
Result checking is the theory and practice of proving that the result of an execution of a program on an input is correct. Result checking has most often been envisioned in the fr...
Cécile Germain-Renaud, Dephine Monnier-Raga...
PPOPP
2010
ACM
15 years 1 months ago
Analyzing lock contention in multithreaded applications
Many programs exploit shared-memory parallelism using multithreading. Threaded codes typically use locks to coordinate access to shared data. In many cases, contention for locks r...
Nathan R. Tallent, John M. Mellor-Crummey, Allan P...