CumInCAD is a Cumulative Index about publications in Computer Aided Architectural Design
supported by the sibling associations ACADIA, CAADRIA, eCAADe, SIGraDi, ASCAAD and CAAD futures

PDF papers
References

Hits 1 to 20 of 746

_id 7847
authors Kartam, Nabil and Flood, Ian
year 2000
title Construction simulation using parallel computing environments
source Automation in Construction 10 (1) (2000) pp. 69-78
summary The paper describes and compares alternative approaches to implementing construction simulation models within a multiprocessor computing environment. Both parallel-algorithmic and neural network based methods of simulating construction processes are considered, and compared with the conventional serial-algorithmic approach. The lines along which a simulation algorithm can be divided into tasks for parallel execution on a multiprocessor are first discussed, and the merits of each approach are identified. This is followed by a brief discourse on neural networks, their application to construction simulation, and the way in which such an implementation can be implemented within a multiprocessing environment. The merits and demerits of all approaches are discussed with particular reference to a model of an excavation system. A case study comparing the speed at which each implementation can process a simulation shows the neural approach to operate approximately two orders of magnitude faster than the alternatives. The paper concludes with an indication of future research to be conducted in this field.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id 1b04
authors Leu, S.-S., Yang, C.-H. and Huang, J.-C.
year 2000
title Resource leveling in construction by genetic algorithm-based optimization and its decision support system application
source Automation in Construction 10 (1) (2000) pp. 27-41
summary Traditional analytical and heuristic approaches are inefficient and inflexible when solving construction resource leveling problems. A computational optimization technique, genetic algorithms (GAs), was employed in this study to overcome drawbacks of traditional construction resource leveling algorithms. The proposed algorithm can effectively provide the optimal or near-optimal combination of multiple construction resources, as well as starting and finishing dates of activities subjected to the objective of resource leveling. Furthermore, a prototype of a decision support system (DSS) for construction resource leveling was also developed. Construction planners can interact with the system to carry out ad hoc analysis through "what-if" queries.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id ga0026
id ga0026
authors Ransen, Owen F.
year 2000
title Possible Futures in Computer Art Generation
source International Conference on Generative Art
summary Years of trying to create an "Image Idea Generator" program have convinced me that the perfect solution would be to have an artificial artistic person, a design slave. This paper describes how I came to that conclusion, realistic alternatives, and briefly, how it could possibly happen. 1. The history of Repligator and Gliftic 1.1 Repligator In 1996 I had the idea of creating an “image idea generator”. I wanted something which would create images out of nothing, but guided by the user. The biggest conceptual problem I had was “out of nothing”. What does that mean? So I put aside that problem and forced the user to give the program a starting image. This program eventually turned into Repligator, commercially described as an “easy to use graphical effects program”, but actually, to my mind, an Image Idea Generator. The first release came out in October 1997. In December 1998 I described Repligator V4 [1] and how I thought it could be developed away from simply being an effects program. In July 1999 Repligator V4 won the Shareware Industry Awards Foundation prize for "Best Graphics Program of 1999". Prize winners are never told why they won, but I am sure that it was because of two things: 1) Easy of use 2) Ease of experimentation "Ease of experimentation" means that Repligator does in fact come up with new graphics ideas. Once you have input your original image you can generate new versions of that image simply by pushing a single key. Repligator is currently at version 6, but, apart from adding many new effects and a few new features, is basically the same program as version 4. Following on from the ideas in [1] I started to develop Gliftic, which is closer to my original thoughts of an image idea generator which "starts from nothing". The Gliftic model of images was that they are composed of three components: 1. Layout or form, for example the outline of a mandala is a form. 2. Color scheme, for example colors selected from autumn leaves from an oak tree. 3. Interpretation, for example Van Gogh would paint a mandala with oak tree colors in a different way to Andy Warhol. There is a Van Gogh interpretation and an Andy Warhol interpretation. Further I wanted to be able to genetically breed images, for example crossing two layouts to produce a child layout. And the same with interpretations and color schemes. If I could achieve this then the program would be very powerful. 1.2 Getting to Gliftic Programming has an amazing way of crystalising ideas. If you want to put an idea into practice via a computer program you really have to understand the idea not only globally, but just as importantly, in detail. You have to make hard design decisions, there can be no vagueness, and so implementing what I had decribed above turned out to be a considerable challenge. I soon found out that the hardest thing to do would be the breeding of forms. What are the "genes" of a form? What are the genes of a circle, say, and how do they compare to the genes of the outline of the UK? I wanted the genotype representation (inside the computer program's data) to be directly linked to the phenotype representation (on the computer screen). This seemed to be the best way of making sure that bred-forms would bare some visual relationship to their parents. I also wanted symmetry to be preserved. For example if two symmetrical objects were bred then their children should be symmetrical. I decided to represent shapes as simply closed polygonal shapes, and the "genes" of these shapes were simply the list of points defining the polygon. Thus a circle would have to be represented by a regular polygon of, say, 100 sides. The outline of the UK could easily be represented as a list of points every 10 Kilometers along the coast line. Now for the important question: what do you get when you cross a circle with the outline of the UK? I tried various ways of combining the "genes" (i.e. coordinates) of the shapes, but none of them really ended up producing interesting shapes. And of the methods I used, many of them, applied over several "generations" simply resulted in amorphous blobs, with no distinct family characteristics. Or rather maybe I should say that no single method of breeding shapes gave decent results for all types of images. Figure 1 shows an example of breeding a mandala with 6 regular polygons: Figure 1 Mandala bred with array of regular polygons I did not try out all my ideas, and maybe in the future I will return to the problem, but it was clear to me that it is a non-trivial problem. And if the breeding of shapes is a non-trivial problem, then what about the breeding of interpretations? I abandoned the genetic (breeding) model of generating designs but retained the idea of the three components (form, color scheme, interpretation). 1.3 Gliftic today Gliftic Version 1.0 was released in May 2000. It allows the user to change a form, a color scheme and an interpretation. The user can experiment with combining different components together and can thus home in on an personally pleasing image. Just as in Repligator, pushing the F7 key make the program choose all the options. Unlike Repligator however the user can also easily experiment with the form (only) by pushing F4, the color scheme (only) by pushing F5 and the interpretation (only) by pushing F6. Figures 2, 3 and 4 show some example images created by Gliftic. Figure 2 Mandala interpreted with arabesques   Figure 3 Trellis interpreted with "graphic ivy"   Figure 4 Regular dots interpreted as "sparks" 1.4 Forms in Gliftic V1 Forms are simply collections of graphics primitives (points, lines, ellipses and polygons). The program generates these collections according to the user's instructions. Currently the forms are: Mandala, Regular Polygon, Random Dots, Random Sticks, Random Shapes, Grid Of Polygons, Trellis, Flying Leap, Sticks And Waves, Spoked Wheel, Biological Growth, Chequer Squares, Regular Dots, Single Line, Paisley, Random Circles, Chevrons. 1.5 Color Schemes in Gliftic V1 When combining a form with an interpretation (described later) the program needs to know what colors it can use. The range of colors is called a color scheme. Gliftic has three color scheme types: 1. Random colors: Colors for the various parts of the image are chosen purely at random. 2. Hue Saturation Value (HSV) colors: The user can choose the main hue (e.g. red or yellow), the saturation (purity) of the color scheme and the value (brightness/darkness) . The user also has to choose how much variation is allowed in the color scheme. A wide variation allows the various colors of the final image to depart a long way from the HSV settings. A smaller variation results in the final image using almost a single color. 3. Colors chosen from an image: The user can choose an image (for example a JPG file of a famous painting, or a digital photograph he took while on holiday in Greece) and Gliftic will select colors from that image. Only colors from the selected image will appear in the output image. 1.6 Interpretations in Gliftic V1 Interpretation in Gliftic is best decribed with a few examples. A pure geometric line could be interpreted as: 1) the branch of a tree 2) a long thin arabesque 3) a sequence of disks 4) a chain, 5) a row of diamonds. An pure geometric ellipse could be interpreted as 1) a lake, 2) a planet, 3) an eye. Gliftic V1 has the following interpretations: Standard, Circles, Flying Leap, Graphic Ivy, Diamond Bar, Sparkz, Ess Disk, Ribbons, George Haite, Arabesque, ZigZag. 1.7 Applications of Gliftic Currently Gliftic is mostly used for creating WEB graphics, often backgrounds as it has an option to enable "tiling" of the generated images. There is also a possibility that it will be used in the custom textile business sometime within the next year or two. The real application of Gliftic is that of generating new graphics ideas, and I suspect that, like Repligator, many users will only understand this later. 2. The future of Gliftic, 3 possibilties Completing Gliftic V1 gave me the experience to understand what problems and opportunities there will be in future development of the program. Here I divide my many ideas into three oversimplified possibilities, and the real result may be a mix of two or all three of them. 2.1 Continue the current development "linearly" Gliftic could grow simply by the addition of more forms and interpretations. In fact I am sure that initially it will grow like this. However this limits the possibilities to what is inside the program itself. These limits can be mitigated by allowing the user to add forms (as vector files). The user can already add color schemes (as images). The biggest problem with leaving the program in its current state is that there is no easy way to add interpretations. 2.2 Allow the artist to program Gliftic It would be interesting to add a language to Gliftic which allows the user to program his own form generators and interpreters. In this way Gliftic becomes a "platform" for the development of dynamic graphics styles by the artist. The advantage of not having to deal with the complexities of Windows programming could attract the more adventurous artists and designers. The choice of programming language of course needs to take into account the fact that the "programmer" is probably not be an expert computer scientist. I have seen how LISP (an not exactly easy artificial intelligence language) has become very popular among non programming users of AutoCAD. If, to complete a job which you do manually and repeatedly, you can write a LISP macro of only 5 lines, then you may be tempted to learn enough LISP to write those 5 lines. Imagine also the ability to publish (and/or sell) "style generators". An artist could develop a particular interpretation function, it creates images of a given character which others find appealing. The interpretation (which runs inside Gliftic as a routine) could be offered to interior designers (for example) to unify carpets, wallpaper, furniture coverings for single projects. As Adrian Ward [3] says on his WEB site: "Programming is no less an artform than painting is a technical process." Learning a computer language to create a single image is overkill and impractical. Learning a computer language to create your own artistic style which generates an infinite series of images in that style may well be attractive. 2.3 Add an artificial conciousness to Gliftic This is a wild science fiction idea which comes into my head regularly. Gliftic manages to surprise the users with the images it makes, but, currently, is limited by what gets programmed into it or by pure chance. How about adding a real artifical conciousness to the program? Creating an intelligent artificial designer? According to Igor Aleksander [1] conciousness is required for programs (computers) to really become usefully intelligent. Aleksander thinks that "the line has been drawn under the philosophical discussion of conciousness, and the way is open to sound scientific investigation". Without going into the details, and with great over-simplification, there are roughly two sorts of artificial intelligence: 1) Programmed intelligence, where, to all intents and purposes, the programmer is the "intelligence". The program may perform well (but often, in practice, doesn't) and any learning which is done is simply statistical and pre-programmed. There is no way that this type of program could become concious. 2) Neural network intelligence, where the programs are based roughly on a simple model of the brain, and the network learns how to do specific tasks. It is this sort of program which, according to Aleksander, could, in the future, become concious, and thus usefully intelligent. What could the advantages of an artificial artist be? 1) There would be no need for programming. Presumbably the human artist would dialog with the artificial artist, directing its development. 2) The artificial artist could be used as an apprentice, doing the "drudge" work of art, which needs intelligence, but is, anyway, monotonous for the human artist. 3) The human artist imagines "concepts", the artificial artist makes them concrete. 4) An concious artificial artist may come up with ideas of its own. Is this science fiction? Arthur C. Clarke's 1st Law: "If a famous scientist says that something can be done, then he is in all probability correct. If a famous scientist says that something cannot be done, then he is in all probability wrong". Arthur C Clarke's 2nd Law: "Only by trying to go beyond the current limits can you find out what the real limits are." One of Bertrand Russell's 10 commandments: "Do not fear to be eccentric in opinion, for every opinion now accepted was once eccentric" 3. References 1. "From Ramon Llull to Image Idea Generation". Ransen, Owen. Proceedings of the 1998 Milan First International Conference on Generative Art. 2. "How To Build A Mind" Aleksander, Igor. Wiedenfeld and Nicolson, 1999 3. "How I Drew One of My Pictures: or, The Authorship of Generative Art" by Adrian Ward and Geof Cox. Proceedings of the 1999 Milan 2nd International Conference on Generative Art.
series other
email
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_id 70cc
authors Witten, I.H. and Frank, E.
year 2000
title Data Mining - Practical Machine Learning Tools and Techniques with JAVA Implementations
source Morgan Kaufmann
summary Witten and Frank's textbook was one of two books that I used for a data mining class in the Fall of 2001. The book covers all major methods of data mining that produce a knowledge representation as output. Knowledge representation is hereby understood as a representation that can be studied, understood, and interpreted by human beings, at least in principle. Thus, neural networks and genetic algorithms are excluded from the topics of this textbook. We need to say "can be understood in principle" because a large decision tree or a large rule set may be as hard to interpret as a neural network. The book first develops the basic machine learning and data mining methods. These include decision trees, classification and association rules, support vector machines, instance-based learning, Naive Bayes classifiers, clustering, and numeric prediction based on linear regression, regression trees, and model trees. It then goes deeper into evaluation and implementation issues. Next it moves on to deeper coverage of issues such as attribute selection, discretization, data cleansing, and combinations of multiple models (bagging, boosting, and stacking). The final chapter deals with advanced topics such as visual machine learning, text mining, and Web mining.
series other
last changed 2003/04/23 15:50

_id ddssar0002
id ddssar0002
authors Aoki, Yoshitsugu and Inage, Makoto
year 2000
title Linguistic Operation System for Design of Architectural Form
source Timmermans, Harry (Ed.), Fifth Design and Decision Support Systems in Architecture and Urban Planning - Part one: Architecture Proceedings (Nijkerk, the Netherlands)
summary In a process of architectural design, an architect not only draws by himself/herself but also lets another person modify a design by given a linguistic instruction expressing how the design ought to be. In the case of utilization of CAD systems, it is useful if the system modifies the design according to the linguistic instruction. On the other hand, because of the recent increase of the opportunities of designing a building whose roof has complicated curved surface, it extremely takes labor to change the design. This paper proposes a linguistic operation system that modifies a design according to the linguistic instruction of the modification by the user to support design of a complicated form with curved surface. The proposed system is expected to be integrated with a CAD system. First, the system presents a perspective sketch of a designed form. From the values of the design variables that characterize the form in the system, the system calculates the position of the form in “the association image space.” Second, the designer puts a linguistic instruction i.e., words as like as “let it be more light” to modify the form. The words used for the instruction have the position in the association image space. In the association image space, the system moves the position of the form to a new position that gets to be near the position of the given word. The system calculates the values of the design variables of the form corresponding to the new position. We need a mapping from every vector representing the position of the changed form in the association image space to the corresponding vector representing the values of the design variables. To find the mapping, we construct a neural network system with three levels. Finally, the system presents a perspective sketch of changed form using the calculated values of design variables.
series DDSS
last changed 2003/11/21 15:15

_id ga0027
id ga0027
authors E. Bilotta, P. Pantano and V. Talarico
year 2000
title Music Generation through Cellular Automata
source International Conference on Generative Art
summary Cellular automata (CA), like every other dynamical system, can be used to generate music. In fact, starting from any initial state and applying to them simple transition rules, such models are able to produce numerical sequences that can be successively associated to typically musical physical parameters. This approach is interesting because, maintaining fixed the set of rules and varying the initial data, many different, though correlated, numerical sequences can be originated (this recalls the genotype-phenotype dualism). Later on a musification (rendering) process can tie one or more physical parameters typical of music to various mathematical functions: as soon as the generative algorithm produces a numerical sequence this process modifies the physical parameter thus composing a sequence of sounds whose characteristic varies during the course of time. Many so obtained musical sequences can be selected by a genetic algorithm (CA) that promotes their evolution and refinement. The aim of this paper is to illustrate a series of musical pieces generated by CA. In the first part attention is focused on the effects coming from the application of various rendering processes to one dimensional multi state CA; typical behaviours of automata belonging to each of the four families discovered by Wolfram have been studied: CA evolving to a uniform state, CA evolving to a steady cycle, chaotic and complex CA. In order to make this part of the study Musical Dreams, a system for the simulation and musical rendering of one dimensional CA, has been used. In the second phase various CA obtained both by random generation and deriving from those studied in the first part are organised into families and, successively, made evolve through a genetic algorithm. This phase has been accomplished by using Harmony Seeker, a system for the generation of evolutionary music based on GA. The obtained results vary depending on the rendering systems used but, in general, automata belonging to the first family seem more indicated for the production of rhythmical patterns, while elements belonging to the second and fourth family seem to produce better harmonic patterns. Chaotic systems have been seen to produce good results only in presence of simple initial states. Experiments made in the second part have produced good harmonic results starting mainly from CA belonging to the second family.
series other
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_id f91f
authors Elezkurtaj, Tomor and Franck, Georg
year 2000
title Geometry and Topology. A User-Interface to Artificial Evolution in Architectural Design
doi https://doi.org/10.52842/conf.ecaade.2000.309
source Promise and Reality: State of the Art versus State of Practice in Computing for the Design and Planning Process [18th eCAADe Conference Proceedings / ISBN 0-9523687-6-5] Weimar (Germany) 22-24 June 2000, pp. 309-312
summary The paper presents a system that supports architectural floor plan design interactively. The method of problem solving implemented is a combination of an evolutionary strategy (ES) and a genetic algorithm (GA). The problem to be solved consists of fitting a number of rooms (n) into an outline by observing functional requirements. The rooms themselves are specified concerning size, function and preferred proportion. The functional requirements entering the fitness functions are expressed in terms of the proportions of the rooms and the neighbourhood relations between them. The system is designed to deal with one of the core problems of computer supported creativity in architecture. For architecture, form not only, but also function is relevant. Without specifying the function that a piece of architecture is supposed to fulfil, it is hard to support its design by computerised methods of problem solving and optimisation. In architecture, however, function relates to comfort, easiness of use, and aesthetics as well. Since it is extraordinary hard, if not impossible, to operationalise aesthetics, computer aided support of creative architectural design is still in its infancy.
keywords New AI, Genetic Algorithms, Artificial Evolution, creative Architectural Design, Interactive Design, Topology
series eCAADe
email
more http://www.uni-weimar.de/ecaade/
last changed 2022/06/07 07:55

_id ga0012
id ga0012
authors Galanter, Philip
year 2000
title GA2: a Programming Environment for Abstract Generative Fine Art
source International Conference on Generative Art
summary Fine artists looking to use computers to create generative works, especially those artists inclined towards abstraction, often face an uncomfortable choice in the selection of software tools. On the one hand there are a number of commercial and shareware programs available which implement a few techniques in an easy to use GUI environment. Unfortunately such programs often impose a certain look or style and are not terribly versatile or expressive. The other choice seems to be writing code from scratch, in a language such as c or Java. This can be very time consuming as every new work seems to demand a new program, and the artist's ability to write code can seldom keep pace with his ability to imagine new visual ideas. This paper describes a software system created by the author called GA2 which has been implemented in the Matlab software environment. By layering GA2 over Matlab the artist can take advantage of a very mature programming environment which includes extensive mathematical libraries, simple graphics routines, GUI construction tools, built-in help facilities, and command line, batch mode, and GUI modes of interaction. In addition, GA2 is very portable and can run on Macintosh, Windows, and Unix systems with almost no incremental effort for multi-platform support. GA2 is a work in progress and an extension of the completed GA1 environment. It is medium independent, and can be used for all manner of image, animation, and sound production. GA1 includes a complete set of genetic algorithm operations for breeding families of graphical marks, a database function for managing and recalling various genes, a set of statistical operations for creating various distributions of marks on a canvas or animation frame, a unique Markov-chain-likeoperator for generating families of visually similar lines or paths, and a complete L-system implementation. GA2 extends GA1 by adding more generative techniques such as tiling and symmetry operations, Thom's cusp catastrophe, and mechanisms inspired by complexity science notions such as cellular automata, fractals, artificial life, and chaos. All of these techniques are encapulated in genetic representations. This paper is supplemented with examples from the authors art work, and comments on the philosophy behind this method of working, and its relation towards the reinvigoration of abstraction after post-modernism.  
series other
email
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_id f44f
authors Huang, Ying-Hsiu
year 2000
title Investigating the Cognitive Behavior of Generating Idea Sketches. Neural Network Simulation
doi https://doi.org/10.52842/conf.caadria.2000.287
source CAADRIA 2000 [Proceedings of the Fifth Conference on Computer Aided Architectural Design Research in Asia / ISBN 981-04-2491-4] Singapore 18-19 May 2000, pp. 287-296
summary In idea sketches, there are a number of ambiguous shapes. Designers will associate and transform some shapes into others (Liu, 1993). Then, they evaluate these shapes in terms of functions and design requirements; furthermore, they would have generated other shapes that certified the design requirements (Huang, 1999). However, not only is the idea of design composed of one element, but also consisted of varied components. The purpose of this paper is to investigate how designers generate ideas of multi-component products, and to simulate this phenomenon by neural networks. At the same time, this paper attempts to study the design cognitive behavior of idea-generating stages, and explores the designers' cognitive phenomenon. Therefore, there are two stages in this paper: First, I conduct a cognitive experiment to realize how designers generate the multi-component product and acquire the sketches that designers generated. Second, I train the neural networks to simulate the behavior of idea generation and explore the cognitive phenomenon in design sketches. As a result, networks associate one shape that trained before, and then generate a complete idea. This phenomenon is similar to the cognitive behavior of designers who saw the ambiguous shape as one shape, which was retrieved from LTM. Moreover, the neural network is examined by a rectangle, which is totally different from the training patterns. The network will associate a confused shape. But the network will associate different shapes by adjusting some critical parameters. Designers can generate variable shapes from one shape, but the signal neural network can't simulate this kind of behavior. On the contrary, this paper proposes five sequential networks to generate variable shapes from the same shape and simulates how designers develop ideas.
series CAADRIA
email
last changed 2022/06/07 07:49

_id 0d08
authors Kaga, A., Nakahama, K., Yamaguchi, S., Jyozen, T., Oh, S. and> Sasada, T.
year 2000
title Collaborative Design System for Citizen Participation
doi https://doi.org/10.52842/conf.caadria.2000.035
source CAADRIA 2000 [Proceedings of the Fifth Conference on Computer Aided Architectural Design Research in Asia / ISBN 981-04-2491-4] Singapore 18-19 May 2000, pp. 35-44
summary Citizens are becoming increasingly aware of the issues involved in public utility projects. Therefore, it is becoming important for public works departments of local governments to obtain consent from the residents concerned. We established the collaborative design system for citizen participation with using computer graphics. With using the system we found that the related persons have some requirements about collaborative design system. It can be effectively done with network and multimedia technologies. This paper presents the requirements for new collaborative design system.
series CAADRIA
email
last changed 2022/06/07 07:52

_id ga0009
id ga0009
authors Lewis, Matthew
year 2000
title Aesthetic Evolutionary Design with Data Flow Networks
source International Conference on Generative Art
summary For a little over a decade, software has been created which allows for the design of visual content by aesthetic evolutionary design (AED) [3]. The great majority of these AED systems involve custom software intended for breeding entities within one fairly narrow problem domain, e.g., certain classes of buildings, cars, images, etc. [5]. Only a very few generic AED systems have been attempted, and extending them to a new design problem domain can require a significant amount of custom software development [6][8]. High end computer graphics software packages have in recent years become sufficiently robust to allow for flexible specification and construction of high level procedural models. These packages also provide extensibility, allowing for the creation of new software tools. One component of these systems which enables rapid development of new generative models and tools is the visual data flow network [1][2][7]. One of the first CG packages to employ this paradigm was Houdini. A system constructed within Houdini which allows for very fast generic specification of evolvable parametric prototypes is described [4]. The real-time nature of the software, when combined with the interlocking data networks, allows not only for vertical ancestor/child populations within the design space to be explored, but also allows for fast "horizontal" exploration of the potential population surface. Several example problem domains will be presented and discussed. References: [1] Alias | Wavefront. Maya. 2000, http://www.aliaswavefront.com [2] Avid. SOFTIMAGE. 2000, http://www.softimage.com [3] Bentley, Peter J. Evolutionary Design by Computers. Morgan Kaufmann, 1999. [4] Lewis, Matthew. "Metavolve Home Page". 2000, http://www.cgrg.ohio-state.edu/~mlewis/AED/Metavolve/ [5] Lewis, Matthew. "Visual Aesthetic Evolutionary Design Links". 2000, http://www.cgrg.ohio-state.edu/~mlewis/aed.html [6] Rowley, Timothy. "A Toolkit for Visual Genetic Programming". Technical Report GCG-74, The Geometry Center, University of Minnesota, 1994. [7] Side Effects Software. Houdini. 2000, http://www.sidefx.com [8] Todd, Stephen and William Latham. "The Mutation and Growth of Art by Computers" in Evolutionary Design by Computers, Peter Bentley ed., pp. 221-250, Chapter 9, Morgan Kaufmann, 1999.    
series other
email
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_id 96a7
authors Li, Heng and Love, Peter E.D.
year 2000
title Genetic search for solving construction site-level unequal-area facility layout problems
source Automation in Construction 9 (2) (2000) pp. 217-226
summary A construction site represents a conflux of concerns, constantly calling for a broad and multi-criteria approach to solving problems related to site planning and design. As an important part of site planning and design, the objective of site-level facility layout is to allocate appropriate locations and areas for accommodating temporary site-level facilities such as warehouses, job offices, workshops and batch plants. Depending on the size, location and nature of the project, the required temporary facilities may vary. The layout of facilities can influence on the production time and cost in projects. In this paper, a construction site-level facility layout problem is described as allocating a set of predetermined facilities into a set of predetermined places, while satisfying layout constraints and requirements. A genetic algorithm system, which is a computational model of Darwinian evolution theory, is employed to solve the facilities layout problem. A case study is presented to demonstrate the efficiency of the genetic algorithm system in solving the construction site-level facility layout problems.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id 15e4
authors Sariyildiz, S., Stouffs, R. and Tunçer, B.
year 2000
title Vision on ICT Developments for the Building Sector
doi https://doi.org/10.52842/conf.acadia.2000.011
source Eternity, Infinity and Virtuality in Architecture [Proceedings of the 22nd Annual Conference of the Association for Computer-Aided Design in Architecture / 1-880250-09-8] Washington D.C. 19-22 October 2000, pp. 11-18
summary The building sector is entering a new era. Developments in information and communication technology have an impact throughout the entire life cycle of a building, not only from a process and technical point of view but also from a creative design point of view. As a result of developments of advanced modeling software for architectural design, the gap between what the architect can envision and what the building technician or product architect can materialize is enlarging. Internet technology has already started to provide a closer link between the participants in the building process, their activities, knowledge, and information. Concurrent and collaborative engineering will be the future of building practice in respect to efficiency and quality improvement of this sector. The nature of the building process is complex, not only from a communication point of view, but also from the information of the number of participants, the spatial organization and the infrastructure etc. In the near future, soft computing techniques such as artificial neural networks, fuzzy logic, and genetic algorithms will make contributions to the problem solving aspects of the complex design process. This paper provides an overview of these and other future developments of information and communication technology (ICT) within the building sector.
series ACADIA
email
last changed 2022/06/07 07:57

_id diss_walker
id diss_walker
authors Walker, Bruce N.
year 2000
title Magnitude Estimation of Conceptual Data Dimensions for Use in Sonification
source Rice University
summary Most data exploration tools are exclusively visual, failing to exploit the advantages of the human auditory system, and excluding students and researchers with visual disabilities. Sonification uses non-speech audio to create auditory graphs, which may address some limitations of visual graphs. However, almost no research has addressed how to create optimal sonifications.Three key research questions are: (1) What is the best sound parameter to use to represent a given data type? (2) Should an increase in the sound dimension (e.g., rising frequency) represent an increase or a decrease in the data dimension? (3) How much change in the sound dimension will represent a given change in the data dimension?Experiment 1 simply asked listeners which of two sounds represented something that was hotter, faster, etc. However, participants seemed not to make cognitive assessments of the sounds. I therefore proposed magnitude estimation (ME) as an alternative, less transparent, paradigm.Experiment 2 used ME with visual stimuli (lines and filled circles), replicating previous findings for perceptual judgments (length of lines, size of circles). However, judgments of conceptual data dimensions (i.e., the temperature, pressure, or velocity a given stimulus would represent) yielded slopes different from the perceptual judgments, indicating that the type of data being represented influences value estimation.Experiment 3 found similar results with auditory stimuli differing in frequency or tempo. Estimations of what temperature, pressure, velocity, size, or number of dollars a sound represented differed, indicating that both visual and auditory displays should be scaled according to the type of data being displayed.Experiment 4 presented auditory graphs and asked which of two data descriptions the sounds represented. Data sets based on the equations determined in Experiment 3 were preferred, providing validation of those slope values. Results also supported the use of the unanimity of mapping polarities as a measure of a mapping's effectiveness.Replication with different users and sounds is required to assess the reliability of the slopes. However, ME provides an excellent way to obtain a function relating conceptual data dimensions to display dimensions, which can be used to create more effective, appropriately scaled sonifications.
series thesis:PhD
email
more http://sonify.psych.gatech.edu/~walkerb/research/phd/
last changed 2003/11/28 07:37

_id 1838
authors Akleman, E., Chen, J. and Meric, B.
year 2000
title Intuitive and Effective Design of Periodic Symmetric Tiles
doi https://doi.org/10.52842/conf.acadia.2000.123
source Eternity, Infinity and Virtuality in Architecture [Proceedings of the 22nd Annual Conference of the Association for Computer-Aided Design in Architecture / 1-880250-09-8] Washington D.C. 19-22 October 2000, pp. 123-127
summary This paper presents a new approach for intuitive and effective design of periodic symmetric tiles. We observe that planar graphs can effectively represent symmetric tiles and graph drawing provides an intuitive paradigm for designing symmetric tiles. Moreover, based on our theoretical work to represent hexagonal symmetry by rectangular symmetry, we are able to present all symmetric tiles as graphs embedded on a torus and based on simple modulo operations. This approach enables us to develop a simple and efficient algorithm, which has been implemented in Java. By using this software, designers, architects and artists can create interesting symmetric tiles directly on the web. We also have designed a few examples of symmetric tiles to show the effectiveness of the approach.
series ACADIA
last changed 2022/06/07 07:54

_id ga0013
id ga0013
authors Annunziato, Mauro and Pierucci, Piero
year 2000
title Artificial Worlds, Virtual Generations
source International Conference on Generative Art
summary The progress in the scientific understanding/simulation of the evolution mechanisms and the first technological realizations (artificial life environments, robots, intelligent toys, self reproducing machines, agents on the web) are creating the base of a new age: the coming of the artificial beings and artificial societies. Although this aspect could seems a technological conquest, by our point of view it represent the foundation of a new step in the human evolution. The anticipation of this change is the development of a new cultural paradigm inherited from the theories of evolution and complexity: a new way to think to the culture, aesthetics and intelligence seen as emergent self-organizing qualities of a collectivity evolved along the time through genetic and language evolution. For these reasons artificial life is going to be an anticipatory and incredibly creative area for the artistic expression and imagination. In this paper we try to correlate some elements of the present research in the field of artificial life, art and technological grow up in order to trace a path of development for the creation of digital worlds where the artificial beings are able to evolve own culture, language and aesthetics and they are able to interact con the human people.Finally we report our experience in the realization of an interactive audio-visual art installation based on two connected virtual worlds realized with artificial life environments. In these worlds,the digital individuals can interact, reproduce and evolve through the mechanisms of genetic mutations. The real people can interact with the artificial individuals creating an hybrid ecosystem and generating emergent shapes, colors, sound architectures and metaphors for imaginary societies, virtual reflections of the real worlds.
series other
email
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_id 86dc
authors Aouad, G., and Price, A.D.F.
year 1993
title An integrated system to aid the planning of concrete structures: introducing the system
source The Int. Journal of Construction IT1(2), pp.1-14
summary This paper reports on the development at Loughborough University of a CAD-based integrated model to aid the planning of in-situ concrete structures. The system development started after a review of the planning models currently available and after a detailed questionnaire survey undertaken amongst the top UK and US contractors on the current status of planning techniques and information technology. The main aim of this system is to automate the planning process of in-situ concrete structures using data generated by CAD systems. So far, the integration of a CAD system (AutoCAD 10) and a computerized scheduling system (Artemis 2000) has been achieved on a typical IBM-PC. This enables the generation of network plans using AutoCAD which are then automatically transferred to the Artemis system for time and cost analyses.Traditionally, construction planners are faced with many conventional drawings and documents which are used to re-extract information relevant to their planning processes. Such an approach can be very inefficient as it involves data double-handling and is often error prone. In addition, current computerized construction planning applications are little more than the automation of manual formulations of plans. For example, data are fed into the planning system and computations are performed using either CPM (Critical Path Method) or PERT (Programme Evaluation and Review Technique). However, data relating to the planning process such as activity lists, resources requirements and durations are not automatically generated within the system. It would thus seem logical to devise a CAD-based integrated planning model which accepts data in its electronic format and involves some integration of the traditional planning approach. This paper introduces the proposed CAD-based integrated planning model and describes its different components. In addition, it discusses the system functional specifications and summarizes the main benefits and limitations of such a model.
series journal paper
last changed 2003/05/15 21:45

_id ddssar0004
id ddssar0004
authors Bignon, J.-C., Halin, G. and Nakapan, W.
year 2000
title Building product information search by images
source Timmermans, Harry (Ed.), Fifth Design and Decision Support Systems in Architecture and Urban Planning - Part one: Architecture Proceedings (Nijkerk, the Netherlands)
summary Building product information is required during the architectural design and technical design. The common access to the technical information system is the multi-criteria search mode. This search mode is adapted to the situation where an architect has a precise demand of information. But most of the time, the architect looks for ideas and wants to obtain many illustrations of product uses. Therefore, the system has to propose another search mode adapted to the situation where the demand is still fuzzy. Considering that the architect has the capacity to think with image and that an image can generate easily ideas, then a search by images seems to be suitable to the situation where an architect looks for ideas. The web is an inexhaustible resource of images we can exploit to provision an image database on a specific area. The system we propose allows making building product information search with images extracted from the web. This article presents the method used to extract images from web sites of French building product companies and how these images are used in an interactive and progressive image retrieval process.
series DDSS
last changed 2003/11/21 15:16

_id f73b
authors Brady, Darlene A.
year 2000
title Percept vs. Precept: Digital Media & the Creative Process
doi https://doi.org/10.52842/conf.ecaade.2000.261
source Promise and Reality: State of the Art versus State of Practice in Computing for the Design and Planning Process [18th eCAADe Conference Proceedings / ISBN 0-9523687-6-5] Weimar (Germany) 22-24 June 2000, pp. 261-264
summary The design of architecture, as well as all of the arts, is a creative act concerned with the expression of ideas through culturally significant and relevant form. In order for the creative act to transcend the authority or dictates of precedents or trends, it must be informed and guided by a process and not a product; one which reveals, but does not dictate, expressive, functional form. The initial impact of digital media on architectural design has been the ability to render the look of a final project or to create shapes that reflect the facility of the tool. Digital media also enables the composition and structure of space and form to be discovered simultaneously and relationally with the phenomena of color and kinetics, to generate and visualize an idea as form, and to represent form as experience. This requires interweaving computing with a creative process in which percept, rather than precept, is the driving force of the investigation. This paper explores the role of ideation, tectonic color and kinetics as an intentional design strategy and formgiver for architecture. The role of the computer is to enable the designer to generate meaningful architecture beyond precepts of image and style. Design as a making in the mind uses our rational and imaginative faculties. Complete freedom is not a necessity for inventiveness. Research on creativity indicates that "constraining options and focusing thought in a specific, rigorous and discerning direction" play an important role. The key is a balance of structured and discursive inquiry that encourages a speculative, free association of ideas. Tim Berners-Lee, one of the creators of the World Wide Web, likened creativity to a weblike process that is nonlinear but also not random; which when placed in an environment rich with information will float ideas so the mind "can jiggle them into an insight." Geoffrey Vickers in his essay, "Rationality and Intuition" described this symbiotic relationship as "...two functions which in practice are never wholly separated but which are, nonetheless, logically distinct as two reciprocating phases in a recurrent process of mental activity." The rational is formative and intuition is generative; both are essential to creativity.
keywords Percept, Creativity, Ideation, Tectonic Color, Kinetics
series eCAADe
email
more http://www.uni-weimar.de/ecaade/
last changed 2022/06/07 07:54

_id 88a1
authors Brenner, Claus
year 2000
title Towards Fully Automatic Generation of City Models
source IAPRS Vol. XXXIII, Part B3/1, Comm. III [ISPRS Congress], pp. 85-92
summary Once thought of being useful primarily for planning the location of telecommunication antennas, it has become clear in the meantime that three-dimensional city models are of importance in their own right. This paper presents some of our latest results on the reconstruction of building models from laser scanning DSM’s and digital ground plans. First, we show how buildings can be reconstructed from ground plans and generalize the standard straight skeleton algorithm. In a second step, we introduce the information which can be obtained from DSM segmentation in order to recover building structures which cannot be inferred directly from the ground plan. The work presented in this paper is actually part of our larger ATOP approach, a new framework for the fully automatic generation of city models.
keywords 3D City modeling
series other
last changed 2003/05/15 10:29

For more results click below:

this is page 0show page 1show page 2show page 3show page 4show page 5... show page 37HOMELOGIN (you are user _anon_866504 from group guest) CUMINCAD Papers Powered by SciX Open Publishing Services 1.002