Research

Projects: Currently (2019) all my research efforts go into Neural MCTS.

Karl Lieberherr, Professor, CCIS.

Professor Lieberherr's research focuses on two areas: applied programming languages/software engineering, and the Scientific Community Game (SCG) to support innovation and learning through competition and collaboration. Applications of SCG are: (1) creating scientific discourse interactions between students through second order learning in traditional or MOOC courses. (2) creating innovations in STEM (Science, Technology, Engineering, Mathematics) areas through developing problem solving skills (3) learning to reverse engineer the skills of others through indirect questioning. (4) A cyberinfrastructure for teachers and researchers to program the "global brain".

He jointed Northeastern University in 1985 and established the Demeter research group, which developed Adaptive Programming (AP). AP abstracts out traversals from programs, which makes programs both simpler and more powerful. AP helps to control tangling between structure and behavior, and prevents unnecessary duplication of structural information. Aspect-oriented programming (AOP), a generalization of AP that Professor Lieberherr's group developed with Xerox PARC, advises arbitrary code, not just pure traversal code. DemeterF is the latest incarnation of AP using functional programming. DemeterF creates a balance between programming flexibility, traversal adaptability, and safety. DemeterF can be compiled with very minimal user intervention to multi-core architectures for fast execution. While the Demeter project initially focused on good design principles (such as the Law of Demeter) it also takes on the challenge of fast performance of adaptive programs on modern architectures.